| Overload | Description |
|---|---|
| Collection2<T> Constructor() | Initializes a new instance of the class with default data. |
| Collection2<T> Constructor(IList<T>) | Initializes a new instance of the collection class as a wrapper for the specified list. |
| Overload | Description |
|---|---|
| Collection2<T> Constructor() | Initializes a new instance of the class with default data. |
| Collection2<T> Constructor(IList<T>) | Initializes a new instance of the collection class as a wrapper for the specified list. |